home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / whereis.lbr / WHEREIR.DOC < prev   
Text File  |  1985-06-03  |  2KB  |  62 lines

  1.                    Documentation for WHEREIR.COM
  2.  
  3. History:
  4.  
  5.     This is a revised version of the popular WHEREIS.COM program.  The
  6. revision causes the screen to stop scrolling after displaying 23 lines
  7. and to prompt for more.  Depressing any key will resume scrolling for
  8. 23 more lines.  The revision was designed by John Tuccio of Westport,
  9. Conn. and implemented by Ted Eyrick of San Antonio, Tx. The original
  10. author is unknown.
  11.  
  12.                           ** IMPORTANT **
  13.  
  14.     Before using WHEREIR.COM it should be renamed to WHEREIS.COM by using
  15. the following command:
  16.  
  17.           REN WHEREIR.COM WHEREIS.COM  <enter>
  18.  
  19. where <enter> means to press the Enter key
  20.  
  21.  
  22. Documentation for the WHEREIS command
  23.  
  24.  
  25. Purpose:   Searches for specified file(s) through all DOS
  26.            2.0 directories, listing matching files with their
  27.            appropriate directories and sub-directories.
  28.  
  29. Format:    WHEREIS [filename[.ext]]
  30.  
  31. Type:      External
  32.  
  33.            "Softalk for the IBM Personal Computer" by John
  34.            Socha. It will work correctly on the volume on
  35.            which it is resident. It does not automatically
  36.            cross over onto other volumes. (Note the absence
  37.            of an optional volume label in the format
  38.            description. The following examples demonstrate
  39.            proper usage:
  40.  
  41.  
  42.                     WHEREIS myfile.txt  <enter>
  43.  
  44.                     WHEREIS myfile.*    <enter>
  45.  
  46.                     WHEREIS *.bas       <enter>
  47.  
  48.                     WHEREIS *.*         <enter>
  49.  
  50. WHEREIS is an MSDOS 2.00 generic utility that searches all
  51. subdirectories for matching file names. This is very useful, and saves
  52. a lot of hair pulling when you know the file is somewhere ...
  53.  
  54. Run it by:
  55.  
  56. WHEREIS <filespec>
  57.  
  58. <filespec> can contain wildcards. No matter what the current
  59. directory is, WHEREIS will search the entire disk, and list the
  60. directory(s) where the file resides.
  61.  
  62.